adTempus API
|
Determines whether console output captured by the step will also be included in the notification message.
__property VARIANT_BOOL SendConsoleOutput;
VARIANT_BOOL SendConsoleOutput;
Property SendConsoleOutput() As VARIANT_BOOL
False
If the Options for the action include the OutputCaptureOptionsEnum.ocSend option and SendConsoleOutput is True, the notification message will also include the file containing the console output from the program, if any.
This option only applies to responses attached to a job step, and only if that step executes a task that can capture program output (currently only the Program Execution Task can do this).
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|